/*
 *  埼玉ダイハツ カスタマイズ用スタイル
 *
 */

/******************************
  * ワンダフル彩プラン
  ******************************/
/* wsBlock01 */
.sai_plan .wsBlock01 .blockTitle {
    padding: 10px 0 10px 250px;
line-height: 1.6;
background: url("-/Media/Project/Dmc Tenants/DD Tenant/saitama/dealer/public/images/sai_plan/wsimg01") left center no-repeat;
color: #000000;
font-size: 15px;
font-weight: normal;
background-size: 240px;
}

@media only screen and (max-width: 767px) {
    .sai_plan .wsBlock01 .blockTitle {
        padding: 26.66666667vw 0 0 0;
        background: url("-/Media/Project/Dmc Tenants/DD Tenant/saitama/dealer/public/images/sai_plan/wsimg01") center top no-repeat;
    }
}

.sai_plan .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.sai_plan .youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sai_plan .saiBox.clr-green {
    margin: 0 25%;
    background: #71c98e;
}

.sai_plan .saiBox {
    text-align: center !important;
    padding: 15px;
}

.sai_plan .saiBox .item {
    background: #ffffff;
    -webkit-box-shadow: 3px 3px 5px #7e7e7e;
    box-shadow: 3px 3px 5px #7e7e7e;
    padding: 20px
}

.sai_plan .saiBox .item h2 {
    background-color: transparent;
    color: #71c98e;
    margin: 0;
    padding: 0 30px 0.2em 30px;
}

@media only screen and (max-width:1279px) {
    .sai_plan .saiBox .item {
        padding: 1.4vw
    }

    .sai_plan .saiBox.clr-green {
        margin: 0 25%;
        background: #71c98e
    }

}

@media only screen and (max-width: 767px){
  .sai_plan .wsBlock01 .blockTitle {
    background-size: 100%;
  }
}

@media only screen and (max-width:499px) {
    .sai_plan .saiBox .item {
        padding: 5vw 2.6vw;
    }

    .sai_plan .saiBox.clr-green {
        margin: 0 0%;
        width: 100%;
        background: #71c98e
    }
}

/* wsBlock02 */
.sai_plan .wsBlock02 {
    margin-top: 75px;
}

.sai_plan .wsBlock02 .blockTitle {
    line-height: 1.5;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    background-color: unset;
    color: #000000;
}

@media only screen and (max-width: 1279px) {
    .sai_plan .wsBlock02 .blockTitle {
        font-size: 1.95vw
    }
}

@media only screen and (max-width: 499px) {
    .sai_plan .wsBlock02 {
        margin-top: 0;
    }

    .sai_plan .wsBlock02 .blockTitle {
        font-size: 5.33vw
    }
}

.sai_plan .wsBlock02 .blockTitle .big {
    font-size: 40px;
}

@media only screen and (max-width: 1279px) {
    .sai_plan .wsBlock02 .blockTitle .big {
        font-size: 3.9vw
    }
}

@media only screen and (max-width: 767px) {
    .sai_plan .wsBlock02 .blockTitle .big {
        font-size: 8vw
    }
}

.sai_plan .wsBlock02 .blockTitle .icn {
    display: inline-block;
    position: relative
}

.sai_plan .wsBlock02 .blockTitle .icn:before {
    content: "";
    position: absolute;
    background: url("-/Media/Project/Dmc Tenants/DD Tenant/saitama/dealer/public/images/sai_plan/icn-wallet") no-repeat;
    background-size: contain;
    width: 133px;
    height: 121px;
    bottom: -10px;
    left: -220px
}

@media only screen and (max-width: 1279px) {
    .sai_plan .wsBlock02 .blockTitle .icn:before {
        width: 11.6375vw;
        height: 10.5875vw;
        bottom: -0.875vw;
        left: -19.25vw
    }
}

@media only screen and (max-width: 499px) {
    .sai_plan .wsBlock02 .blockTitle .icn:before {
        content: none
    }
}

.sai_plan .wsBlock02 .blockTitle .icn:after {
    content: "";
    position: absolute;
    background: url("-/Media/Project/Dmc Tenants/DD Tenant/saitama/dealer/public/images/sai_plan/icn-note2") no-repeat;
    background-size: contain;
    width: 128px;
    height: 153px;
    bottom: -30px;
    right: -185px
}

@media only screen and (max-width: 1279px) {
    .sai_plan .wsBlock02 .blockTitle .icn:after {
        width: 11.2vw;
        height: 13.3875vw;
        bottom: -2.625vw;
        right: -16.1875vw
    }
}

@media only screen and (max-width: 499px) {
    .sai_plan .wsBlock02 .blockTitle .icn:after {
        content: none
    }
}

.sai_plan .wsBlock02 .downArrowNavi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
    margin: 80px 0 0
}

@media only screen and (max-width: 1279px) {
    .sai_plan .wsBlock02 .downArrowNavi {
        margin: 7.7vw 0 0
    }
}

@media only screen and (max-width: 767px) {
    .sai_plan .wsBlock02 .downArrowNavi {
        margin: 12vw 0 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.sai_plan .wsBlock02 .downArrowNavi li {
    -ms-flex-preferred-size: 225px;
    flex-basis: 225px;
    text-align: center
}

@media only screen and (max-width: 1279px) {
    .sai_plan .wsBlock02 .downArrowNavi li {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%
    }
}

@media only screen and (max-width: 767px) {
    .sai_plan .wsBlock02 .downArrowNavi li {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        border-top: 1px solid #ffffff;
        border-right: 1px solid #ffffff
    }

    .sai_plan .wsBlock02 .downArrowNavi li:nth-child(-n+2) {
        border-top: none
    }

    .sai_plan .wsBlock02 .downArrowNavi li+li {
        margin: 0
    }
}

.sai_plan .wsBlock02 .downArrowNavi li a {
    display: block;
    padding: 30px 10px 0;
    height: 155px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #71c98e;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: #000000;
}

@media only screen and (max-width: 1279px) {
    .sai_plan .wsBlock02 .downArrowNavi li a {
        padding: 2.1vw 0.7vw 0;
    }
}

@media only screen and (max-width: 767px) {
    .sai_plan .wsBlock02 .downArrowNavi li a {
        height: auto;
        padding: 2.6vw 1.3vw
    }
}

.sai_plan .wsBlock02 .downArrowNavi li a .big {
    color: #ffffff
}

.sai_plan .wsBlock02 .downArrowNavi li a:after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.75em 0.5em 0 0.5em;
    border-color: #71c98e transparent transparent transparent;
    bottom: -0.75em;
    left: 50%;
    margin-left: -0.5em;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

@media only screen and (max-width: 767px) {
    .sai_plan .wsBlock02 .downArrowNavi li a:after {
        content: none
    }

    .sai_plan .wsBlock02 .downArrowNavi {
        justify-content: space-between;
    }
}

.sai_plan .wsBlock02 .downArrowNavi li a:hover {
    text-decoration: none;
    background: #96d7ab
}

.sai_plan .wsBlock02 .downArrowNavi li a:hover:after {
    border-color: #96d7ab transparent transparent transparent
}

@media only screen and (max-width: 1279px) {
    .sai_plan .wsBlock02 .ws2Item {
        padding: 0 0 5.6vw
    }
}

@media only screen and (max-width: 767px) {
    .sai_plan .wsBlock02 .ws2Item {
        padding: 0 0 10.66666667vw
    }
}

.sai_plan .wsBlock02 .ws2Item .items {
    margin: 55px 0 0
}

@media only screen and (max-width: 1279px) {
    .sai_plan .wsBlock02 .ws2Item .items {
        margin: 3.85vw 2.8vw 0
    }
}

@media only screen and (max-width: 767px) {
    .sai_plan .wsBlock02 .ws2Item .items {
        margin: 7.33333333vw 0 0
    }
}

@media only screen and (max-width: 767px) {
    .sai_plan .wsBlock02 .ws2Item01 .items {
        width: auto;
        margin: 0 2.6vw
    }
}

.sai_plan .wsBlock02 .ws2Item01 .items .imageBox {
    margin: 0 auto;
    width: 700px
}

@media only screen and (max-width: 1279px) {
    .sai_plan .wsBlock02 .ws2Item01 .items .imageBox {
        width: 100%
    }
}

@media only screen and (max-width: 767px) {
    .sai_plan .wsBlock02 .ws2Item01 .items .imageBox {
        width: auto;
        margin: 0 2.6vw
    }
}

.sai_plan .wsBlock02 .planList {
    margin: 0 125px
}

@media only screen and (max-width: 1279px) {
    .sai_plan .wsBlock02 .planList {
        margin: 0
    }
}

@media only screen and (max-width: 767px) {
    .sai_plan .wsBlock02 .planList {
        margin: 0 5.2vw
    }
}

.sai_plan .wsBlock02 .planList li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: url("-/Media/Project/Dmc Tenants/DD Tenant/saitama/dealer/public/images/sai_plan/wsimg04-1.png") right center no-repeat
}

@media only screen and (max-width: 767px) {
    .sai_plan .wsBlock02 .planList li {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.sai_plan .wsBlock02 .planList li .col {
    -ms-flex-preferred-size: 650px;
    flex-basis: 650px
}

@media only screen and (max-width: 1279px) {
    .sai_plan .wsBlock02 .planList li .col {
        -ms-flex-preferred-size: 59.5vw;
        flex-basis: 59.5vw
    }
}

@media only screen and (max-width: 767px) {
    .sai_plan .wsBlock02 .planList li .col {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}

.sai_plan .wsBlock02 .planList li .col.planCol {
    -ms-flex-preferred-size: 175px;
    flex-basis: 175px;
    background: #71c98e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width: 1279px) {
    .sai_plan .wsBlock02 .planList li .col.planCol {
        -ms-flex-preferred-size: 12.25vw;
        flex-basis: 12.25vw
    }
}

@media only screen and (max-width: 767px) {
    .sai_plan .wsBlock02 .planList li .col.planCol {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding: 2.6vw 0 1.3vw
    }
}

.sai_plan .wsBlock02 .planList li .col.planCol img {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    width: 135px !important;
}

@media only screen and (max-width: 1279px) {
    .sai_plan .wsBlock02 .planList li .col.planCol img {
        width: 9.45vw !important;
    }
}

@media only screen and (max-width: 767px) {
    .sai_plan .wsBlock02 .planList li .col.planCol img {
        width: 30%
    }
}

.sai_plan .wsBlock02 .planList li .sec-snippet-h3 {
    margin-top: 0;
}

.sai_plan .wsBlock02 .planList li h3 {
    font-size: 30px;
    font-weight: bold;
    border-bottom: 0;
}

@media only screen and (max-width: 1279px) {
    .sai_plan .wsBlock02 .planList li h3 {
        font-size: 3.12vw
    }
}

@media only screen and (max-width: 767px) {
    .sai_plan .wsBlock02 .planList li h3 {
        margin: 2.6vw 0 0;
        font-size: 5.33vw
    }
}

.sai_plan .wsBlock02 .planList li p {
    margin: 25px 0 0;
    font-size: 20px;
    line-height: 1.5
}

@media only screen and (max-width: 1279px) {
    .sai_plan .wsBlock02 .planList li p {
        font-size: 1.95vw
    }
}

@media only screen and (max-width: 767px) {
    .sai_plan .wsBlock02 .planList li p {
        margin: 3.33333333vw 0 0;
        font-size: 4vw
    }
}

.sai_plan .wsBlock02 .planList li .tbl {
    margin: 25px 0 0;
    display: table
}

@media only screen and (max-width: 1279px) {
    .sai_plan .wsBlock02 .planList li .tbl {
        margin: 1.75vw 0 0
    }
}

@media only screen and (max-width: 767px) {
    .sai_plan .wsBlock02 .planList li .tbl {
        margin: 3.33333333vw 0 0
    }
}

.sai_plan .wsBlock02 .planList li .tbl .col {
    font-weight: 700;
    line-height: 1.1;
    vertical-align: bottom;
    display: table-cell;
    color: #f06496;
    font-size: 30px;
}

@media only screen and (max-width: 1279px) {
    .sai_plan .wsBlock02 .planList li .tbl .col {
        line-height: 1.25;
        font-size: 2.34vw
    }
}

@media only screen and (max-width: 767px) {
    .sai_plan .wsBlock02 .planList li .tbl .col {
        font-size: 5.33vw
    }
}

.sai_plan .wsBlock02 .planList li .tbl .col .big {
    font-size: 85px;
    line-height: 0;
    letter-spacing: -10px
}

@media only screen and (max-width: 1279px) {
    .sai_plan .wsBlock02 .planList li .tbl .col .big {
        letter-spacing: -5px;
        font-size: 7.81vw
    }
}

@media only screen and (max-width: 767px) {
    .sai_plan .wsBlock02 .planList li .tbl .col .big {
        font-size: 8vw
    }
}

.sai_plan .wsBlock02 .planList li+li {
    margin: 75px 0 0
}

@media only screen and (max-width: 1279px) {
    .sai_plan .wsBlock02 .planList li+li {
        margin: 5.25vw 0 0
    }
}

@media only screen and (max-width: 499px) {
    .sai_plan .wsBlock02 .planList li+li {
        margin: 9.75vw 0 0
    }
}

@media only screen and (max-width: 1279px) {
    .sai_plan .wsBlock02 .planList li {
        background-size: 28vw auto
    }
}

@media only screen and (max-width: 499px) {
    .sai_plan .wsBlock02 .planList li {
        background-position: right bottom;
        background-size: 32.5vw auto
    }
}

.sai_plan .wsBlock02 .planList li:nth-child(2) {
    background-image: url("-/Media/Project/Dmc Tenants/DD Tenant/saitama/dealer/public/images/sai_plan/wsimg04-2.png")
}

.sai_plan .wsBlock02 .planList li:nth-child(3) {
    background-image: url("-/Media/Project/Dmc Tenants/DD Tenant/saitama/dealer/public/images/sai_plan/wsimg04-3.png")
}

.sai_plan .wsBlock02 .ws2Item03 .items .imageBox {
    margin: 0 auto;
    width: 900px
}

@media only screen and (max-width: 1279px) {
    .sai_plan .wsBlock02 .ws2Item03 .items .imageBox {
        width: 100%
    }
}

@media only screen and (max-width: 767px) {
    .sai_plan .wsBlock02 .ws2Item03 .items .imageBox {
        margin: 0 5.2vw;
        width: auto
    }
}

.sai_plan .wsBlock02 .ws2Item04 .items .imageBox {
    margin: 0 auto;
    width: 900px
}

@media only screen and (max-width: 1279px) {
    .sai_plan .wsBlock02 .ws2Item04 .items .imageBox {
        width: 100%
    }
}

@media only screen and (max-width: 767px) {
    .sai_plan .wsBlock02 .ws2Item04 .items .imageBox {
        margin: 0 5.2vw;
        width: auto
    }
}

.sai_plan .wsBlock02 .ws2Item04 .items .wplink {
    margin: 40px auto 0;
    width: 900px;
    text-align: right
}

@media only screen and (max-width: 1279px) {
    .sai_plan .wsBlock02 .ws2Item04 .items .wplink {
        margin: 2.8vw auto 0;
        width: 100%;
        text-align: center
    }
}

@media only screen and (max-width: 767px) {
    .sai_plan .wsBlock02 .ws2Item04 .items .wplink {
        margin: 5.33333333vw 5.2vw 0;
        width: auto
    }
}

.sai_plan .wsBlock02 .ws2Item04 .items .wplink .foundBox {
    display: inline-block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

@media only screen and (max-width: 767px) {
    .sai_plan .wsBlock02 .ws2Item04 .items .wplink .foundBox {
        display: block
    }
}

.sai_plan .wsBlock02 .ws2Item04 .items .wplink .foundBox .item {
    display: block;
    text-align: center
}

.sai_plan .wsBlock02 .ws2Item04 .items .wplink .foundBox .item .borderLeft {
    font-size: 27px;
    font-weight: 700;
    padding: 0 0 0 0.5em;
    border-left: 5px solid #71c98e
}

@media only screen and (max-width: 1279px) {
    .sai_plan .wsBlock02 .ws2Item04 .items .wplink .foundBox .item .borderLeft {
        font-size: 2.34vw
    }
}

@media only screen and (max-width: 767px) {
    .sai_plan .wsBlock02 .ws2Item04 .items .wplink .foundBox .item .borderLeft {
        font-size: 4.26vw
    }
}

.sai_plan .wsBlock02 .ws2Item04 .items .wplink .foundBox .item .en {
    margin: 5px 0 0;
    display: block;
    font-size: 11px;
}

@media only screen and (max-width: 1279px) {
    .sai_plan .wsBlock02 .ws2Item04 .items .wplink .foundBox .item .en {
        font-size: 1.56vw
    }
}

@media only screen and (max-width: 767px) {
    .sai_plan .wsBlock02 .ws2Item04 .items .wplink .foundBox .item .en {
        font-size: 2.93vw
    }
}

.sai_plan .wsBlock02 .ws2Item04 .items .wplink .foundBox:hover {
    text-decoration: none;
    opacity: 0.8
}

.sai_plan .wsBlock02 .ws2Item04 .items .cautionList {
    width: 900px;
    margin: 20px auto 0
}

@media only screen and (max-width: 1279px) {
    .sai_plan .wsBlock02 .ws2Item04 .items .cautionList {
        margin: 1.4vw 0 0;
        width: 100%
    }
}

@media only screen and (max-width: 767px) {
    .sai_plan .wsBlock02 .ws2Item04 .items .cautionList {
        margin: 5.33333333vw 5.33333333vw 0;
        width: auto
    }

    .sai_plan .wsBlock02 .ws2Item04 .items .cautionList li+li {
        margin: 2.6vw 0 0
    }
}

.sai_plan .wsBlock02 .ws2Item04 .items .cautionList .num {
    padding: 0 0 0 1.75em;
    text-indent: -1.75em
}

.sai_plan .simu {
    margin-top: 20px;
    overflow: hidden;
    padding: 2.1vw 2.15vw 0;
}

.sai_plan .simu ul {

    width: 100%;
}

.sai_plan .simu ul li.item {
    position: relative;
    width: 100%;
    height: 100%;
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #e5e5e5;
    overflow-y: auto;
}

.sai_plan .simu ul li div.thumb {
    position: absolute;
    top: 40px;
    left: 0px;
    width: 380px;
}

.sai_plan .simu ul li div.thumb img {
    width: 380px;
}

.sai_plan .simu .table {
    margin-left: 380px;
    margin-bottom: 50px;
    width: 600px;
}

.sai_plan .simu .table .title {
    padding-top: 3px;
}

.sai_plan .simu .table .title p {
    margin: 0;
    padding: 10px 15px;
    background-color: #71c98e;
    font-weight: bold;
    font-size: 0.87em;
    color: #ffffff;
    -webkit-box-sizing: border-box;
}


.sai_plan .simu .table .info {
    padding: 25px 0;
    height: 100px;
    display: table;
    table-layout: fixed;
    width: 100%;
}


.sai_plan .simu .table .info span {
    font-weight: bold;
}

.sai_plan .simu .table .info li {
    margin: 0;
    padding: 0 20px 0 15px;
    font-size: 0.87em;
    border-left: 1px dashed #c6c6c6;
    width: auto;
    float: none;
    display: table-cell;
}


.sai_plan .simu .table .info span.red {
    color: #cc0033;
}


.sai_plan .simu .table .table_title {
    margin-bottom: 0;
    padding: 5px 15px;
    border: 1px solid #c6c6c6;
    background-color: #eeece1;
    font-size: 0.87em;
    font-weight: bold;
}

.sai_plan .simu .table .prices {
    height: auto;
}

.sai_plan .simu .table .prices dl,
.sai_plan .simu .table .prices dt,
.sai_plan .simu .table .prices dd {
    margin: 0;
    padding: 0;
    word-break: break-all;
}

.sai_plan .simu .table .prices dt,
.sai_plan .simu .table .prices dd {
    padding: 3px 0;
    font-size: 0.87em;
    text-align: center;
}

.sai_plan .simu .table .prices dt {
    background-color: #eeeeee;
    border-right: 1px solid #c6c6c6;
    font-weight: bold;
}

.sai_plan .simu .table .prices dd {
    border-bottom: 1px solid #c6c6c6;
    border-right: 1px solid #c6c6c6;
}

.leftborder {
    border-left: 1px solid #c6c6c6;
    -webkit-box-sizing: border-box;
    -box-sizing: border-box;
}

.sai_plan .simu .table .prices dl {
    float: left;
    width: 25%;
}

/* android and other ios */
@media only screen and (max-width:1279px) {


    .sai_plan .simu {
        margin-top: 0;

    }

    .sai_plan .simu ul {
        padding: 0 0;
    }

    .sai_plan .simu ul li.item {
        position: relative;
        width: 100%;
        height: 100%;
        padding-bottom: 50px;
        margin-bottom: 50px;
        border-bottom: 1px solid #e5e5e5;
        overflow-y: auto;

    }


    .sai_plan .simu ul li div.thumb {
        width: auto;
        margin: 0 auto;
        padding: 20px 0;
        position: relative;
        top: 0;
        left: 0;
        text-align: center;
        -webkit-box-sizing: border-box;
        -box-sizing: border-box;
    }

    .sai_plan .simu ul li div.thumb img {
        width: 100%;
    }

    .sai_plan .simu .table {
        margin-left: 0;
        margin-bottom: 50px;
        width: 100%;
        clear: both;
    }

    .sai_plan .simu .table .info {
        padding: 15px 0;
        height: 70px;
        display: table;
        width: 100%;
        -webkit-box-sizing: border-box;
        -box-sizing: border-box;
    }


    .sai_plan .simu .table .info span {
        font-weight: bold;
    }

    .sai_plan .simu .table .info li {
        margin: 0;
        padding: 0 5px 0 10px;
        font-size: 0.7em;
        display: table-cell;
        float: none;
        -webkit-box-sizing: border-box;
        -box-sizing: border-box;
    }


    .sai_plan .simu .table .table_title {
        margin-bottom: 0;
        padding: 5px 15px;
        font-size: 0.7em;
        -webkit-box-sizing: border-box;
        -box-sizing: border-box;
    }


    .sai_plan .simu .table .prices dt,
    .sai_plan .simu .table .prices dd {
        padding: 3px 0;
        font-size: 0.7em;
        -webkit-box-sizing: border-box;
        -box-sizing: border-box;
    }

    .sai_plan .simu .table .prices dl {
        width: 50%;
    }

    .leftborder_sp {
        border-left: 1px solid #c6c6c6;
        -webkit-box-sizing: border-box;
        -box-sizing: border-box;
    }

}

.sai_plan .verticalList--faq .sec-snippet-h3 h3{
    color: #f06496;
    border-bottom: 0;
    font-size: 16px;
}

.sai_plan .verticalList--faq .conditionList{
    margin-top: 25px;
}